3 subject="""comment 3"""
4 date="2023-03-06T16:17:37Z"
6 That's great news about the test suite in a deep directory. That was a
7 longstanding problem indeed and a good indication it's fully supporting
10 I often mix up fromRawFilePath/toRawFilePath. Luckily the compiler will
11 notice. Should be fixed now.
13 As for converting the whole `watchDir` to RawFilePath, there is probably
14 not much benefit in doing that in such windows-specific code, but the goal
15 is to do such a conversion in as much of git-annex as possible, since it is
16 faster on unix to use RawFilePath end-to-end.
18 Doing it is as simple as juggling the use of fromRawFilePath/toRawFilePath
19 as the compiler allows, while converting code to use functions from
20 Utility.RawFilePath or System.FilePath.ByteString or that otherwise
21 use RawFilePath. I think you would be capable of that for sure!